object BuscarForm: TBuscarForm Tag = 24800 Left = 497 Top = 256 BorderIcons = [biSystemMenu] BorderStyle = bsSingle BorderWidth = 11 Caption = 'Buscar' ClientHeight = 238 ClientWidth = 335 Color = 14215660 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Scaled = False Icon.Data = {} KeyPreview = True OldCreateOrder = True Position = poScreenCenter OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object BTBuscaCancelar: TPlaButton Tag = 2400 Left = 259 Top = 217 Width = 73 Height = 21 Anchors = [akRight, akBottom] Caption = '&Cancelar' TabOrder = 2 TabStop = False Cancel = True ModalResult = 2 end object BTBuscaAceptar: TPlaButton Tag = 2200 Left = 178 Top = 217 Width = 73 Height = 21 Anchors = [akRight, akBottom] Caption = '&Aceptar' TabOrder = 1 OnClick = BTBuscaAceptarClick Default = True ModalResult = 1 end object PlaGroupBox1: TPlaGroupBox Tag = 59600 Left = 3 Top = 0 Width = 329 Height = 205 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = 13977088 TitleFont.Height = -11 TitleFont.Name = 'Tahoma' TitleFont.Style = [] Caption = 'B�squeda' TabOrder = 0 object Label1: TLabel Tag = 24900 Left = 57 Top = 19 Width = 260 Height = 26 AutoSize = False Caption = 'Escribe las palabras que deseas que sean buscadas en los campos ' + 'seleccionados.' Constraints.MinWidth = 260 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False WordWrap = True end object Label2: TLabel Tag = 25000 Left = 57 Top = 56 Width = 45 Height = 13 Caption = 'Palabras:' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object PandaBrown1: TImage Left = 10 Top = 22 Width = 32 Height = 32 Picture.Data = {} Transparent = True end object GroupBox1: TPlaGroupBox Tag = 25100 Left = 57 Top = 84 Width = 260 Height = 109 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = 8408344 TitleFont.Height = -11 TitleFont.Name = 'Tahoma' TitleFont.Style = [] Caption = 'Buscar en ' TabOrder = 1 object CBIncidencias: TPlaCheckBox Tag = 24000 Left = 16 Top = 19 Width = 74 Height = 16 HelpContext = 106 Caption = 'Incidencias' TabOrder = 0 State = cbChecked end object CBTareas: TPlaCheckBox Tag = 25200 Left = 16 Top = 40 Width = 88 Height = 16 HelpContext = 107 Caption = 'Notificada por' TabOrder = 1 TabStop = False end object CBRutas: TPlaCheckBox Tag = 25300 Left = 16 Top = 61 Width = 122 Height = 16 HelpContext = 108 Caption = 'Informaci�n adicional' TabOrder = 2 TabStop = False end object CBAcciones: TPlaCheckBox Tag = 2600 Left = 16 Top = 82 Width = 69 Height = 16 HelpContext = 109 Caption = 'Resultado' TabOrder = 3 TabStop = False end end object EditPalabras: TPlaEdit Left = 104 Top = 52 Width = 213 Height = 21 Cursor = crIBeam MaxLength = 255 TabOrder = 0 Transparent = False end end end